|
DeveloperThe Developer section of the web.config file allows you to configure the policies of the development environment. It contains the following attributes.
Example Usage<Developer isEncryptConnectionStrings="False" tfsServerUrl="http://dev.yourcompany.local:8080/tfs/dev" /> |